You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > Eig Method > TMtx.Eig Method ([In] TVec, [In] TMtx, [In] TMtx)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.Eig Method ([In] TVec, [In] TMtx, [In] TMtx)

Computes the eigenvalues and left and right eigenvectors of A general matrix.

Syntax
C#
Visual Basic
public void Eig([In] TVec D, [In] TMtx VL, [In] TMtx VR);

If VL and VR are not nil, corresponding left and right eigenvectors are computed. Does not work for symmetric matrices. Use EigSym for symmetric matrices.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!